home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / list75f.arc / WHATSNEW < prev   
Text File  |  1990-11-07  |  8KB  |  171 lines

  1. LIST Version 7.5f               WHAT'S NEW                             10/26/90
  2.  
  3.                         New Operational Features
  4.                         ------------------------
  5.  
  6.       - the distribution files are LISTS.COM (small), LISTR.COM (regular), and
  7.         LIST.COM (plus)
  8.  
  9.       - The new LIST environment variable tells LIST where to place temporary
  10.         files for the ViewArc and archive extraction functions, e.g.
  11.  
  12.                 SET LIST=C:\TEMP
  13.  
  14.       - A new /E command line switch tells LIST to begin displaying the files
  15.         at the end of each file instead of at the beginning.
  16.  
  17. |     - A new /Ttext command line parameter searches all files immediately
  18. |       for the 'text' and is case sensitive.  The /Ftext or /Ttext parameter
  19. |       must be the last on the command line.  Both cannot be used at one time.
  20.  
  21. |     - A new /B command line switch tells LIST to use BIOS for displaying data
  22.  
  23.       - A new /K command line switch disables the mouse.  Both the /M and /K
  24.         mouse options are clonable.
  25.  
  26.       - A new /#nnnnnn command line switch instructs LIST to begin displaying
  27.         the file starting at line number 'nnnnnn'.
  28.  
  29.       - The /Ftext command line parameter to begin a text search through all
  30.         selected files now invokes the Find function which is NOT case
  31.         sensitive.
  32.  
  33.       - The maximum "logical" record size has been increased from 910 to 2048.
  34.  
  35.       - A second Help screen is now available in the Plus version which shows
  36.         all of the Ctrl- and cursor key functions
  37.  
  38.       - A great improvement in speed is available when all filter options are
  39.         set off.  Use alt-Z to display the toggles on the bottom line.  An
  40.         option is off when its corresponding letter, e.g.  'J' for alt-J junk
  41.         filter or 'T' for the alt-T tab expansion filter, is in lower case.
  42.  
  43.       - The Viewarc function now assumes that .EXE and .COM files are LHARC
  44.         files.  Otherwise, if a file does not have the .ARC, .LZH, or .ZIP
  45.         extension, the file is assumed to be a .ARC file.
  46.  
  47.  
  48.                               File Selection Menu
  49.                               -------------------
  50.  
  51.       - New commands are available from the File Selection (Alt-V) menu:
  52.  
  53.               E    invokes the 'Edit' editor to let you edit the selected file;
  54.                    create a BATch file called EDIT.BAT which invokes the
  55.                    editor of your choice with the optional parameters it needs
  56.  
  57.               I    invokes (executes) the selected program
  58.  
  59.           Alt-Z    toggles the status display on the bottom line from disk and
  60.                    file statistics line to a menu command help line
  61. LIST Version 7.5f                 WHAT'S NEW                           10/26/90
  62.  
  63.  
  64.       - Changes to other file selection menu (Alt-V) commands:
  65.  
  66.          -  Q)uit returns you to the display of the last file you viewed
  67.             if no file has been displayed, Q exits to DOS.
  68.  
  69.          -  X and F10 exit to DOS in the NEW directory
  70.  
  71.          -  ESCape exits to DOS in the ORIGINAL directory
  72.  
  73.          -  Alt-X exits to DOS and shows the original screen
  74.  
  75.          -  the 1-up display now includes the file attributes
  76.  
  77.          -  Alt-C saves (clones) the settings
  78.  
  79.          -  the S)ort command now has a None (no sort) ordering option
  80.  
  81.  
  82.                                  New Commands
  83.                                  ------------
  84.  
  85.       - A new ctrl-Y command saves the current position as a bookmark, and
  86.         alt-Y repositions to the last bookmark. You may set up to ten bookmarks
  87.         and recall them in the same order.
  88.  
  89.       - A new 1 command restarts displaying files with the first file.
  90.  
  91.       - A new Ctrl-right command scrolls the screen right to the end of the
  92.         current line.
  93.  
  94. |     - A new O command toggles the date format from U.S. mm/dd/yy to
  95. |       European format dd-mm-yy.
  96.  
  97.  
  98.                                 Changed Commands
  99.                                 ----------------
  100.  
  101.       - The X command exits to DOS and clears the screen. In the Plus version,
  102.         you are now placed in the new (selected) directory.
  103.  
  104.       - The Alt-G command (shell to DOS) now clears the screen.
  105.  
  106.       - The Alt-R Ruler option has been improved to better show offsets
  107.         when in the Hex Dump (Alt-H) display mode.
  108.  
  109.       - The Alt-D and Alt-O (write lines to a file) commands have been changed
  110.         to default to writing a found (highlighted line after Scan or Find)
  111.         line if no lines have been marked.
  112.  
  113.       - The ctrl-I command has been added to the Plus version.  It allows
  114.         setting the TAB interval to values other than the standard 8.  Ctrl-I
  115.         prompts you to enter the new interval, which can be from 1 to 99.
  116.  
  117. LIST Version 7.5f               DEBUG OFFSETS                          10/26/90
  118.  
  119.  
  120.         The default filter options are now:
  121.           alt-T   - expand TABs is ON
  122.           alt-J   - filter out control characters is ON
  123.  
  124.         Item           Offset  Value    Description of contents
  125.         -------------- ------  -----    -----------------------
  126.         Special         0132    70      Top/bottom line colors
  127.         Normal          0134    07      Text colors
  128.         Bright          0136    09      Find/Scan line colors
  129.         Window 1 color  0138    07      Normal window text color
  130.         Window 2 color  0139    0F      Second window text color
  131.         Flag3           013A    09      Retrace off and junk filter on
  132.         Flag4           013B    08      Tabs on
  133.         Find row        013C    0800    Position of found line on screen, 8
  134.         Scroll incr     013E    0A00    Left/right scroll increment, 10
  135.         Scroll start    0140    0000    Starting scroll offset, 0
  136.         Tab value       0142    0800    Tab interval, 8
  137.         Tab mask        0144    F8FF    Tab bit mask
  138.         Loudness        0146    C800    Beep tone level
  139.         Key rate        0148    FF      Continuous scroll increment, 255
  140.         Overlap         0149    0000    PgUp/PgDn scroll overlap, 0
  141.         Wildcard esc    014B    26      Scan/Find wildcard ? escape character
  142.         Alt-V up        014C    0500    Alt-V display files per line, 5
  143.  
  144.         LIST Plus only
  145.         --------------
  146.         Eye-catcher     014E    'COM:'
  147.         COM port        0152    F803    Default for COM1, use F802 for COM2
  148.         Sort offset     0154    00      Default sort key offset
  149.                                          00 by filename
  150.                                          08 by extension
  151.                                          0C by datestamp
  152.                                          10 by file size
  153.         Modem init      0157    'AT'    30-byte modem initialization string
  154.         Editor name     0175    'Edit'  8-byte name of editor program
  155.         Modem hang-up   017E    'ATZ'   9-byte modem disconnect command
  156.         Temp var name   0187    LIST    4-character environment name for temps
  157.  
  158.         The following offsets change from version to version. Look for the
  159.         eye-catchers to be sure of the offset:
  160.  
  161.         Key table       03D9    'WHAT'  Eye catcher
  162.                         03DD    0026    Key command table
  163.         Routines        04E2    'WHERE' Eye catcher
  164.                         04E7    xxxx    Command routines
  165.  
  166.         Examples of using DEBUG can be found in the DIALER.PAT and
  167.         COLORS.PAT files. To use them, copy LIST.COM to the current
  168.         directory and issue the DEBUG command. For example:
  169.  
  170.                 DEBUG <DIALER.PAT
  171.